type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToUUIDScanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		uuid.go#L206: 			return scanPlanTextAnyToUUIDScanner{}
		uuid.go#L251: type scanPlanTextAnyToUUIDScanner struct{}
		uuid.go#L253: func (scanPlanTextAnyToUUIDScanner) Scan(src []byte, dst any) error {